home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo SETUP is building your device driver files.....please wait......
- if not exist PCL3D.ea goto err1
- if not exist PCL3H.ea goto err1
- if not exist PCL3D.nea goto err1
- if not exist PCL3H.nea goto err1
- ren PCL3d.nea ibmPCL3.drv
- if not exist PCL3h.nea goto err1
- ren PCL3h.nea ibmPCL3.hlp
- echo.
- echo.
- echo When SETUP completes, follow the installation instructions in Part III
- echo of README.1ST, or you will experience printing problems!
- echo.
- echo.
- eautil ibmPCL3.drv PCL3d.ea /j
- if errorlevel 4 goto err2
- if errorlevel 1 goto err1
- eautil ibmPCL3.hlp PCL3h.ea /j
- if errorlevel 4 goto err2
- if errorlevel 1 goto err1
- echo.
- echo SETUP has completed successfully. You may go on to Part III of the
- echo installation instructions.
- goto getout
- :err1
- echo Error! Setup has failed to complete. A file is missing.
- goto getout
- :err2
- echo Error! Setup has failed to complete. An error occurred.
- :getout